bootstrap text bold

153

bootstrap text bold -

<p class="font-weight-bold">Bold text.</p>

classs for making text bold in bootstarp -

<p class="fw-bold">Bold text.</p>

bold text bootstrap -

<p class="font-weight-bold">Bold text.</p>

bootstrap 4.5 bold -

<p class="font-weight-bold">Bold text.</p>
<p class="font-weight-bolder">Bolder weight text (relative to the parent element).</p>
<p class="font-weight-normal">Normal weight text.</p>
<p class="font-weight-light">Light weight text.</p>
<p class="font-weight-lighter">Lighter weight text (relative to the parent element).</p>
<p class="font-italic">Italic text.</p>

Comments

Submit
0 Comments